vcLayerManager

A container that provides access to vcLayer objects currently present and possibility to create new ones.

See in: Overview

Module: vcCore

Parent: -

Children -

Referenced by: vcApplication.LayerManager

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
LayersvcListRGets a list of all known layers.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
createLayervcLayerString nameCreates a new layer with the given name.
See more
Parameters:
name (String): Name for the new layer.

Exceptions:
Runtime: Thrown if the given name is invalid or if a layer with the given name already exists.

Returns:
vcLayer: The layer.